github.com/refraction-networking/utls.Conn.ekm (field)
6 uses
github.com/refraction-networking/utls (current package)
conn.go#L69: ekm func(label string, context []byte, length int) ([]byte, error)
conn.go#L1667: state.ekm = c.ekm
handshake_client.go#L659: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.hello.random, hs.serverHello.random)
handshake_client_tls13.go#L923: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
handshake_server.go#L129: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.clientHello.random, hs.hello.random)
handshake_server_tls13.go#L928: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |